<div class="rppg-gallery">
 <?php $__currentLoopData = $promos; $this->addLoop($__currentLoopData); foreach($__currentLoopData as $el_id=>$el_data): $this->incrementLoopIndices(); $loop = $this->getFirstLoop(); ?>
 <a href="<?php echo static::e($el_data['url']); ?>" class="rppg-link <?php echo static::e($fara); ?> shuffle-banner" data-shuffle_group="shuffle-<?php echo static::e($el_data['strength']); ?>" title="<?php echo static::e($el_data['alt_text']); ?>" <?php echo $el_data['rel_attr']; ?> target="<?php echo static::e($el_data['target_attr']); ?>">
 <figure class="rppg-figure">
 <img data-src="<?php echo static::e($el_data['image_url']); ?>" alt="<?php echo static::e($el_data['alt_text']); ?>" title="<?php echo static::e($el_data['title']); ?>">

 <figcaption>
 <h3 class="rppg-title"><?php echo static::e($el_data['title']); ?></h3>
 <?php if($el_data['description'] != ''): ?>
 <p class="rppg-description"><?php echo static::e($el_data['description']); ?></p>
 <?php endif; ?>
 </figcaption>

 </figure>
 </a>

 <?php endforeach; $this->popLoop(); $loop = $this->getFirstLoop(); ?>
</div>